home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / becproto.zip / SK&J0126.ZIP / SEND.BAT < prev    next >
DOS Batch File  |  1988-10-01  |  627b  |  22 lines

  1. echo off
  2. if %1x == x goto error
  3. if %2x == x goto error
  4. superk p1 s2400 ds t%1 f%2
  5. goto end
  6. :error
  7. cls
  8. echo SUPERK - (c) Copyright 1988 Crater Rim Software - All Rights Reserved
  9. echo .
  10. echo          MiniNet's External Protocol Driver for Batch
  11. echo             transfers using single file protocols
  12. echo .
  13. echo Command Line = SUPERK p1 s2400 ds t(protocol) f(filename)
  14. echo .
  15. echo Call SEND as   SEND protocol filename
  16. echo                where protocol = x,c,w,y,k,s  or  xb,cb,yb,wb,kb,sb
  17. echo .
  18. echo Change the port and speed (p and s) to suit
  19. echo .
  20. echo Call   SUPERK @   to set and save defaults
  21. :end
  22.